home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / p063b9s.zip / HELP / PORTAL.TXT < prev    next >
Text File  |  1995-06-21  |  5KB  |  185 lines

  1. ;╔══════════════════════════════════════════════════════════════════════════╗
  2. ;║ Helpfile for Portal of Power                  Last changed: 21.06.95  SA ║
  3. ;║                                                                          ║
  4. ;║                         (C) Copyright 1989-93 by                         ║
  5. ;║       Dan Wulff, Jens Sandalgaard, Steen Christensen & S¢ren Ager        ║
  6. ;║                                                                          ║
  7. ;║ This file may not be given to anybody, without the written permission    ║
  8. ;║ from The Portal Team.                                                    ║
  9. ;╚══════════════════════════════════════════════════════════════════════════╝
  10. ;
  11. ;
  12. ;    1 -    9 : Generel help
  13. ;   10 -   99 : Help for screens
  14. ;  100 -  949 : Help for Setup entry screens, with 20 topics per screen
  15. ;  950 -  999 : Help for small general purpose entry screens (GetAddress etc.)
  16. ; 1000 - 1999 : Help for other entry screens (NLMan, UserBrowser etc.),
  17. ;               with 20 topics per screen.
  18. ; 2000 -        Long explaning Error message descriptions.
  19. ;
  20. ;
  21. ;
  22. !WIDTH 60
  23. ;
  24. ; Topic: 1-9
  25. !INCLUDE MISC.TXT
  26. ;
  27. ; Topic: 10-99
  28. !INCLUDE SCREENS.TXT
  29. ;
  30. ;
  31. ; Topic: 100-119
  32. !INCLUDE MATRIX.TXT
  33. ;
  34. ; Topic: 120-159
  35. !INCLUDE MODEM.TXT
  36. ;
  37. ; Topic: 160-179
  38. !INCLUDE DIR&FILE.TXT
  39. ;
  40. ; Topic: 180-199
  41. !INCLUDE EVENT.TXT
  42. ;
  43. ; Topic: 200-219
  44. !INCLUDE CONNSET.TXT
  45. ;
  46. ; Topic: 220-339
  47. !INCLUDE MAILSCAN.TXT
  48. ;
  49. ; Topic: 340-399
  50. !INCLUDE NLCOMP.TXT
  51. ;
  52. ; Topic: 400-439
  53. !INCLUDE FREQ.TXT
  54. ;
  55. ; Topic: 440-459
  56. !INCLUDE NODES.TXT
  57. ;
  58. ; Topic: 460-539
  59. !INCLUDE FILEFWD.TXT
  60. ;
  61. ; Topic: 540-559
  62. !INCLUDE FCTKEYS.TXT
  63. ;
  64. ; Topic: 560-579
  65. !INCLUDE AREAMAN.TXT
  66. ;
  67. ; Topic: 580-619
  68. !INCLUDE DUMBTERM.TXT
  69. ;
  70. ; Topic: 620-659
  71. !INCLUDE POPLIST.TXT
  72. ;
  73. ; Topic: 660-679
  74. !INCLUDE MULTIBBS.TXT
  75. ;
  76. ; Topic: 680-699
  77. !INCLUDE ARCHIVER.TXT
  78. ;
  79. ; Topic: 700-759
  80. !INCLUDE SCR&COLR.TXT
  81. ;
  82. ; Topic: 760-779
  83. !INCLUDE GLOBALS.TXT
  84. ;
  85. ; NOTE: 780-799 is used in NODES.TXT!!!!
  86. ;
  87. ; Topic 800-819
  88. !INCLUDE INB-TODO.TXT
  89. ;
  90. ; NOTE: 820-819 is used in NODES.TXT!!!!
  91. ;
  92. ; Topic: 950-999
  93. !INCLUDE INPUT.TXT
  94. ;
  95. ; Topic: 1000-1019
  96. !INCLUDE NLMAN.TXT
  97. ;
  98. ; Topic: 1020-1119
  99. !INCLUDE USEREDIT.TXT
  100. ;
  101. !INCLUDE ERRDESC.TXT
  102. ;
  103. ;*****************************************************************************
  104. ;*****************************************************************************
  105. !TOPIC 1500 Poll a node
  106. !NOINDEX
  107.  
  108. If you do NOT want to poll a node at this time, please press [Esc].
  109. If you want to poll a node, please enter the correct address for the
  110. desired system. You may use cursor keys or [Tab] to move between fields,
  111. and press [Ctrl][Enter] when done, or press [Enter] in the bottom field.
  112. ;
  113. ;=============================================================================
  114. !TOPIC 1501 Search for a node
  115. !NOINDEX
  116.  
  117. You may enter the node to find here, or press [Esc] to abort the search.
  118. ;
  119. ;=============================================================================
  120. !TOPIC 1502 Security node
  121. !NOINDEX
  122.  
  123. Enter the address of the node, for which you want to register a file
  124. to forward from. You may press [Esc] if you do not want to enter more
  125. files here.
  126. ;
  127. ;=============================================================================
  128. !TOPIC 1503 Destination node
  129. !NOINDEX
  130.  
  131. Enter the address of the system to receive the file(s), or press [Esc]
  132. to abort the operation.
  133. ;
  134. ;=============================================================================
  135. !TOPIC 1504 Request a file from a node
  136. !NOINDEX
  137.  
  138. Enter the address of the system, where you want to request files. If you
  139. do NOT want to request any files, press [Esc] to abort.
  140. ;
  141. ;=============================================================================
  142. !TOPIC 1505 ReAddress entries to another node
  143. !NOINDEX
  144.  
  145. Enter the address that you want to change the entries to. Press [Esc] to
  146. abort.
  147. ;
  148. ;=============================================================================
  149. !TOPIC 1506 Generate a poll for a node
  150. !NOINDEX
  151.  
  152. Enter the address of the system that you want to generate a poll for. Press
  153. [Esc] to abort.
  154. ;
  155. ;=============================================================================
  156. !TOPIC 1550 Stat for files to send
  157. !NOINDEX
  158.  
  159. If you want to send some files now, you must select the stat for the attach.
  160. Press [Esc] to abort.
  161. ;
  162. ;=============================================================================
  163. !TOPIC 1551 Stat of poll for the request(s)
  164. !NOINDEX
  165.  
  166. If you want to request some files now, you must select the stat for the poll.
  167. Press [Esc] to abort.
  168.  
  169. ;-----------------------------------------------------------------------------
  170. !TOPIC 1552 Stat to change entries to
  171. !NOINDEX
  172.  
  173. If you want to change the stat of current/marked entries now, you must select
  174. the stat for the attach. Press [Esc] to abort.
  175.  
  176. ;-----------------------------------------------------------------------------
  177. !TOPIC 1553 Stat of poll
  178. !NOINDEX
  179.  
  180. If you want to generate a poll now, you must select the stat for it here.
  181. Press [Esc] to abort.
  182.  
  183. ;=============================================================================
  184. ;
  185.